home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / GRAFIK / HERCULES / TERM / WINNT40 / T64VIDEO / DRIVERS.S3 / S3.INF < prev    next >
Windows Setup INFormation  |  1996-10-16  |  13KB  |  184 lines

  1. ; S3.INF                                                                                                               
  2. ;                                                                                                                      
  3. ; Installation inf for the S3 Incorporated display driver.
  4. ;                                                                                                                      
  5.                                                                                                                        
  6. [Version]                                                                                                              
  7. Signature="$CHICAGO$"                                                                                                
  8. Provider=%S3%                                                                                                        
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}                                                                       
  10. Class=Display                                                                                                          
  11.                                                                                                                        
  12. [DestinationDirs]                                                                                                      
  13. DefaultDestDir  = 11
  14. S3Inc.Miniport  = 12  ; drivers
  15. S3Inc.Display   = 11  ; system32
  16. S3Inc.ConfigFile= 12  ; config files to the drivers directory
  17.  
  18. COLORcopy.sys=11      ; KV2 color adjustment for YUV
  19. COLORcopy.hlp=18
  20.  
  21. ;                                                                                                                      
  22. ; Driver information                                                                                                   
  23. ;
  24.  
  25. [Manufacturer]                                                                                                         
  26. %S3%   = S3.Mfg
  27.  
  28. ;
  29. ; This section should be modified to reflect the chip strings the
  30. ; user will see in the Displays applet when the new driver is being
  31. ; installed from the driver diskette.
  32. ;
  33. [S3.Mfg]                                                                                                               
  34. %S3% 86C911/86C924/86C928/86C928PCI  = S3Inc
  35. %S3% 86C801/86C805/86C805i           = S3Inc
  36. %S3% Vision864/964/866/868/968       = S3Inc
  37. %S3% Trio32/Trio64/Trio64V+/Trio64V2 = S3Inc
  38.                                                                                                                        
  39. ;                                                                                                                      
  40. ; General installation section                                                                                         
  41. ;                                                                                                                      
  42.  
  43. [S3Inc]
  44. CopyFiles=S3Inc.Miniport, S3Inc.Display, S3Inc.ConfigFile, COLORcopy.sys, COLORcopy.hlp
  45.                                                                                                                        
  46. ;                                                                                                                      
  47. ; File sections                                                                                                        
  48. ;                                                                                                                      
  49.                                                                                                                        
  50. [S3Inc.Miniport]
  51. s3mini.sys      ; miniport driver
  52.                                                                                                                        
  53. [S3Inc.Display]
  54. s3disp.dll      ; display driver
  55.                                                                                                                        
  56. ;**************************************************************************
  57. ; Mode/Configuration File Installation
  58. ; ====================================
  59. ;
  60. ; To install a mode/refresh configuration file with the drivers:
  61. ;
  62. ; 1) Remove the leading ";" from the "%S3ConfigFile%" line in the
  63. ;    [S3Inc.ConfigFile] section below.  This will allow the configuration
  64. ;    file to be copied from the driver diskette to the target system.
  65. ; 2) Remove the leading ";" in the "HKR..." line in the [S3Inc_Configuration]
  66. ;    section below.  This will place the configuration file name in the 
  67. ;    Registry.
  68. ; 3) Set S3ConfigFile to the mode/refresh filename in the [Strings] section
  69. ;    at the bottom of this file.
  70. ;
  71. ;**************************************************************************
  72.  
  73. [S3Inc.ConfigFile]
  74. ;%S3ConfigFile%     ; **** copy config file ****
  75.  
  76.  
  77. [COLORcopy.sys]
  78. S3COLOR.cpl,,,1
  79. S3COLOR.cfg
  80.  
  81. [COLORcopy.hlp]
  82. S3COLOR.hlp
  83.  
  84.  
  85. ;                                                                                                                      
  86. ; Service Installation                                                                                                 
  87. ;                                                                                                                      
  88.                                                                                                                        
  89. [S3Inc.Services]
  90. AddService = S3Inc, 0x00000002, S3Inc_Service_Inst, S3Inc_EventLog_Inst
  91.                                                                                                                        
  92. [S3Inc_Service_Inst]
  93. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER                                                            
  94. StartType      = 1                  ; SERVICE_SYSTEM_START                                                             
  95. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE                                                             
  96. LoadOrderGroup = Video                                                                                                 
  97. ServiceBinary  = %12%\s3mini.sys                                                                                        
  98.                                                                                                                        
  99. [S3Inc_EventLog_Inst]
  100. AddReg = S3Inc_EventLog_AddReg
  101.                                                                                                                        
  102. [S3Inc_EventLog_AddReg]
  103. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\s3mini.sys"  
  104. HKR,,TypesSupported,0x00010001,7                                                                                       
  105.                                                                                                                        
  106.                                                                                                                        
  107. ;                                                                                                                      
  108. ; Software Installation                                                                                                
  109. ;                                                                                                                      
  110.  
  111. [S3Inc.SoftwareSettings]
  112. AddReg = S3Inc_SoftwareDeviceSettings
  113. AddReg = S3Inc_Configuration   ; mode/refresh config file section
  114. ; AddReg = S3Inc_AuroraSettings
  115. AddReg = S3COLOR.AddReg
  116.  
  117. ;
  118. ; This section is used to place the mode/refresh configuration filename
  119. ; in the Registry. (See [S3Inc.ConfigFile] section above)
  120. ;
  121.  
  122. [S3Inc_Configuration]
  123. ;HKR, , ModeCfgFile, %REG_EXPAND_SZ%, \SystemRoot\system32\drivers\%S3ConfigFile%
  124.  
  125.  
  126. [S3Inc_SoftwareDeviceSettings]
  127. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, s3disp                                                                
  128. HKR,, VgaCompatible,               %REG_DWORD%,    0                                                                
  129.                                                                                                                        
  130. ; [S3Inc_AuroraSettings]
  131. ; HKR,, AuroraDisplayType, %REG_DWORD%, 0                                                                                                                       
  132.                                                                                                                        
  133. ;                                                                                                                      
  134. ; Source file information                                                                                              
  135. ;                                                                                                                      
  136.                                                                                                                        
  137. [SourceDisksNames.x86]                                                                                                  
  138. 1 = %DiskId%,,,""                                                                                                  
  139.                                                                                                                        
  140. [SourceDisksFiles]                                                                                                     
  141. s3mini.sys      = 1     ; all files on Disk 1
  142. s3disp.dll      = 1
  143. %S3ConfigFile%  = 1
  144. S3COLOR.cpl=1
  145. S3COLOR.cfg=1
  146. S3COLOR.hlp=1
  147.  
  148. [S3COLOR.AddReg]
  149. ;HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\S3COLOR,DisplayName,,"S3 Color Control"
  150. ;HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\S3COLOR,UninstallString,,"RunDll setupx.dll,InstallHinfSection S3COLORRemove 4 S3COLOR.inf"
  151. ;
  152. HKLM,Software\S3\S3COLOR
  153. HKLM,Software\S3\S3COLOR,Installed,0,1
  154.  
  155.                                                                                                                        
  156. [Strings]                                                                                                              
  157. ;                                                                                                                      
  158. ; Non-Localizable Strings                                                                                              
  159. ;                                                                                                                      
  160.                                                                                                                        
  161. REG_SZ         = 0x00000000                                                                                            
  162. REG_MULTI_SZ   = 0x00010000                                                                                            
  163. REG_EXPAND_SZ  = 0x00020000                                                                                            
  164. REG_BINARY     = 0x00000001                                                                                            
  165. REG_DWORD      = 0x00010001                                                                                            
  166. SERVICEROOT    = System\CurrentControlSet\Services                                                                   
  167.                                                                                                                        
  168. ;                                                                                                                      
  169. ; Localizable Strings                                                                                                  
  170. ;                                                                                                                      
  171.                                                                                                                        
  172. DiskId      = "S3 Incorporated Installation DISK (VIDEO)"                                                                        
  173. GraphAdap   = "Graphics Adapter"                                                                                    
  174. S3          = "S3 Incorporated"                                                                                                       
  175.  
  176. ;
  177. ; Add the name of the mode/refresh configuration file here. (See the
  178. ; [S3Inc.Configuration] section above.  If no configuration file is used,
  179. ; set S3ConfigFile = "".
  180. ;
  181. ; ex.   S3ConfigFile = "modes765.cfg"
  182. ;
  183. S3ConfigFile = ""
  184.